@font-face {
    font-family: 'DINOT';
    src: url('fonts/DINOT-CondLight.woff2') format('woff2'),
        url('fonts/DINOT-CondLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINOT';
    src: url('fonts/DINOT-CondBold.woff2') format('woff2'),
        url('fonts/DINOT-CondBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINOT';
    src: url('fonts/DINOT-CondMedium.woff2') format('woff2'),
        url('fonts/DINOT-CondMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,div{
	vertical-align:top;
}
*{
	outline:none;
}
li,ol{
	list-style-type:none;
	list-style-image:none;
	list-style:none;
}
img{
	border:0px;
}
textarea {
    resize: none;
}
input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}
a{
	text-decoration:none;
	}
input, textarea, select, body{
	font-size:14px;
	font-family: 'DINOT';
	font-weight: 300;
	}
/************************************* Reset End Styles ********************************/
/************************************* Common Styles ********************************/
.lang > .active {
	color: #ccff00 !important;
	font-weight: bold;
}
.rightAlign{
	text-align:right;
	}
.centerAligned{
	text-align:center;
	}
.centeredBlock{
	margin-left:auto;
	margin-right:auto;
	float:none;
	}
.fullWidth{
	width:100%;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.posRelative{
	position:relative;
}
.absolutePos{
	position:absolute;
}
.textDecorationNone{
	text-decoration:none;
}
.textDecorationUnderline{
	text-decoration:underline;
}
.fontWeightBold{
	font-weight:bold;
}
.clearBoth{
	clear:both;
}
.clearRight{
	clear:right;
	}
input, textarea, select, body, .smallTop a, .mainMenu a{
	color:#868686;
}
.submitBtn a{
	transition:all linear 200ms;
	-moz-transition:all linear 200ms;
	-webkit-transition:all linear 200ms;
	-ms-transition:all linear 200ms;
	}
/************************************* Common End Styles ********************************/
/************************************* Website Styles ********************************/
body{
	background-image: url(../images/desktop-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
}
.safeArea{
	max-width: 275px;
	margin: 0 auto;
}
.safeArea2{
	max-width: 413px;
	margin: 0 auto;
}

.formHolder, .sliderHolder{
	text-align: center;
	margin-bottom: 25px;
}
.pageHolder{
	padding: 30px 0;
}
.logo{
	width: 250px;
	text-align: center;
}
.logo img{
	width: 100%;
	display: inline-block;
}
.formTitle{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ccff00;
}
.formSubTitle{
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #ccff00;
}
.labelHolder{
	margin-bottom: 10px;
}
.labelHolder label{
	font-size: 22px;
	font-weight: 500;
	color: #565656;
}
.inputHolder{
	margin-bottom: 10px;
}
.inputHolder input, .inputHolder select{
	background-color: transparent;
	padding: 15px 20px;
	
	border:0 none;
	width: 100%;
	font-size: 22px;
	font-weight: 500;
	box-sizing: border-box;
}
.inputHolder{
	background-color: #dcdcdc;
	border-radius: 10px;
}
.inputHolder.selectHolder{
	background-image: url(../images/dd-arrow.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: calc(100% - 15px) center;
}
.inputHolder.selectHolder select{
	-webkit-appearance: none;
}
::placeholder{
	color: #ffffff;
}
.submitBtn{
	text-align: center;
}
.submitBtn a{
	background-color: #ccff00;
	padding: 15px 0;
	display: block;
	color: #000000;
	font-size: 22px;
	font-weight: 500;
	border-radius: 10px;
}
.submitBtn a:hover{
	background-color: #dcdcdc;
}

.sliderHolder{
	background-color: #ccff00;
	width: 100vw;
	box-sizing: border-box;
	padding: 20px 0;
}
.sliderHolder h2{
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 24px;
	text-transform: uppercase;
}
.flex-control-paging{
	display: none;
}

.boxHolder{
	margin-bottom: 35px;
	padding: 20px 20px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
	border-left: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
}
.boxHolder:after, .boxHolder::before{
	content: "";
	left: 0;
	top: 0;
	height: 1px;
	background-color: #b6b6b6;
	width: 30%;
	position: absolute;
}
.boxHolder:after{
	left: auto;
	right: 0;
}
.boxHolder h3{
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: -10px;
	width: 100%;
	left: 0;
	color: #565656;
}
.flexslider .slides a{
	display: block;
	cursor: pointer;
}
/**************/
.input_group {
    display: inline-block;
    float: none;
    position: relative;
    width: 320px;
    margin: 10px auto 15px auto;
    border: 0;
    color: #000000;
}
.input_group.b {
}
.input_group .input_text {
    position: relative;
}
.input_group input ~ .label, 
.input_group select ~ .label, 
.input_group textarea ~ .label {
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 5px;
    padding: 0;
    text-align: left;
    letter-spacing: -0.5px;
    color: #000000;
}
.input_group .label.strong {
    color: #ffffff;
    height: 36px;
    padding: 0 10px 0 20px;
    line-height: 36px;
    top: -8px;
    left: -1px;
    background-color: #009bf2;
    background-image: url(../images/img03.png);
    background-size: auto 36px;
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    font-weight: normal;
}
.input_group input, 
.input_group select {
    padding: 20px 0 0 60px;
    line-height: 50px;
    height: 80px;
    border: 0;
    background-color: #ffffff;
    background-image: url(../images/img00.png);
    display: block;
    background-size: 320px auto;
    -webkit-background-size: 320px auto;
    margin: 0;
    background-repeat: no-repeat;
    float: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0;
    box-shadow: 0 0 0 2px #ccff00;
    -webkit-box-shadow: 0 0 0 2px #ccff00;
    font-family: sans-serif;
}
.input_group input:focus, 
.input_group select:focus {
    -webkit-box-shadow: 0 0 0 2px #b6b6b6;
    box-shadow: 0 0 0 2px #b6b6b6;
}
.input_group input {
    font-size: 22px;
    font-weight: bold;
    width: 212px;
    height: 60px;
}
.input_group .label.strong span:before {
    display: inline-block;
    content:"";
    height: 36px;
    width:20px;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-position: center;
    background-image: url(../images/img02.png);
    background-repeat: no-repeat;
    margin: 0 2px 0 0;
    position: absolute;
    top:0;
    left:0;
}